The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "sub::exporter"

Sub::Exporter - a sophisticated exporter for custom-built routines River stage four • 334 direct dependents • 5667 total dependents

ACHTUNG! If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first! Why Generators? The biggest benefit of Sub::Exporter over existing exporters (including the ubiquitous Exporter.pm) is its ability to build new coderefs f...

RJBS/Sub-Exporter-0.991 - 24 Nov 2023 01:32:32 UTC - Search in distribution

Sub::Exporter::Simple - just export some subs River stage one • 4 direct dependents • 4 total dependents

This module is basically just a macro for: use Sub::Exporter -setup => { exports => [ qw( function1 function2 function3 ) ] }; I made it because i found myself in the situation of wanting to simply export some subs in a number of modules, but not wan...

MITHALDU/Sub-Exporter-Simple-1.103210 - 17 Nov 2010 06:50:58 UTC - Search in distribution

Sub::Exporter::Lexical - to export lexically-available subs with Sub::Exporter River stage one • 1 direct dependent • 1 total dependent

Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter. Installers are documented in Sub::Exporter's documentation; all you need to know is that by using Sub::Exporter::Lexical's installer, you can import routines into a lexical sco...

RJBS/Sub-Exporter-Lexical-1.000 - 24 Mar 2023 15:18:16 UTC - Search in distribution

Sub::Exporter::ForMethods - helper routines for using Sub::Exporter to build methods River stage four • 28 direct dependents • 1724 total dependents

The synopsis section, above, looks almost indistinguishable from any other use of Sub::Exporter, apart from the use of "method_installer". It is nearly indistinguishable in behavior, too. The only change is that subroutines exported from Method::Buil...

RJBS/Sub-Exporter-ForMethods-0.100055 - 31 Dec 2022 21:55:17 UTC - Search in distribution

Sub::Exporter::Progressive - Only use Sub::Exporter if you need it River stage four • 32 direct dependents • 8111 total dependents

Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a "Sub::Exporter" wrapper that will let your users just use Exporter if all they are doing is pickin...

FREW/Sub-Exporter-Progressive-0.001013 - 21 Oct 2016 15:49:03 UTC - Search in distribution

Sub::Exporter::GlobExporter - export shared globs with Sub::Exporter collectors River stage three • 1 direct dependent • 818 total dependents

RJBS/Sub-Exporter-GlobExporter-0.006 - 31 Dec 2022 21:56:44 UTC - Search in distribution

Exporter::Declare::Magic::Sub - Export class for subs which are exported. River stage one • 4 direct dependents • 7 total dependents

Export class for subs which are exported. Overrides inject() in order to hook into Devel::Declare on parsed exports....

EXODIST/Exporter-Declare-Magic-0.107 - 23 Mar 2013 16:04:55 UTC - Search in distribution

Exporter::Declare::Export::Sub - Export class for subs which are exported. River stage two • 13 direct dependents • 96 total dependents

Currently does not do anything Exporter::Declare::Export does not....

EXODIST/Exporter-Declare-0.114 - 23 Jun 2015 21:02:20 UTC - Search in distribution

Sub::Import - import routines from most anything using Sub::Exporter River stage one • 1 direct dependent • 1 total dependent

Sub::Import is the companion to Sub::Exporter. You can use Sub::Import to get Sub::Exporter-like import semantics, even if the library you're importing from used Exporter.pm. The synopsis above should say it all. Where you would usually say: use Some...

RJBS/Sub-Import-1.002 - 31 Dec 2022 22:00:42 UTC - Search in distribution

Pragmatic - Adds pragmata to Exporter River stage zero No dependents

Pragmatic implements a default "import" method for processing pragmata before passing the rest of the import to Exporter. Perl automatically calls the "import" method when processing a "use" statement for a module. Modules and "use" are documented in...

BINKLEY/Pragmatic-1.7 - 15 Mar 2005 21:45:09 UTC - Search in distribution

Xporter - Alternative Exporter with persistant defaults & auto-ISA River stage one • 4 direct dependents • 5 total dependents

"Xporter" provides "EXPORT" functionality similar to Exporter with some different rules to simplify common cases. The primary difference, in "Xporter" is that the default "EXPORT" list remains the default "EXPORT" list unless the user specifically as...

LAWALSH/Xporter-0.1.2 - 18 Aug 2014 20:51:16 UTC - Search in distribution

Exporter::Tiny - an exporter with the features of Sub::Exporter but only core dependencies River stage four • 132 direct dependents • 5014 total dependents

Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the "-as", "-prefix" and "-suffix" options; explicit destinations with the "into" option; and alternative installers with the "install...

TOBYINK/Exporter-Tiny-1.006002 - 31 Mar 2023 14:41:26 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

JE - Pure-Perl ECMAScript (JavaScript) Engine River stage two • 6 direct dependents • 10 total dependents

JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Badger::Exporter - symbol exporter River stage one • 4 direct dependents • 6 total dependents

This module performs the same basic function as the "Exporter" module in that it exports symbols from one package namespace to another. Howevever, unlike the "Exporter" module it also accounts for object inheritance. If your base class module defines...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.12 - 26 Mar 2024 15:46:25 UTC - Search in distribution

Ask - ask your users about stuff River stage zero No dependents

The "Ask" suite is a set of modules for interacting with users; prompting them for information, displaying messages, warnings and errors, etc. There are already countless CPAN modules for doing this sort of thing, but what sets "Ask" apart from them ...

TOBYINK/Ask-0.015 - 09 Nov 2020 14:57:09 UTC - Search in distribution

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 127 total dependents

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

Safe - Compile and execute code in restricted compartments River stage four • 31 direct dependents • 1949 total dependents

The Safe extension module allows the creation of compartments in which perl code can be evaluated. Each compartment has a new namespace The "root" of the namespace (i.e. "main::") is changed to a different package and code evaluated in the compartmen...

RGARCIA/Safe-2.35 - 21 Feb 2013 07:31:30 UTC - Search in distribution
543 results (0.141 seconds)